home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doeo.swf / scripts / DefineSprite_399 / frame_99 / DoAction.as
Encoding:
Text File  |  2013-04-24  |  107 b   |  9 lines

  1. if(_root.difficulty == "easy")
  2. {
  3.    _root.hundred.start();
  4. }
  5. else
  6. {
  7.    _root.twohundred.start();
  8. }
  9.